func bytes.lastIndexFunc
3 uses
bytes (current package)
bytes.go#L858: i := lastIndexFunc(s, f, false)
bytes.go#L903: return lastIndexFunc(s, f, true)
bytes.go#L924: func lastIndexFunc(s []byte, f func(r rune) bool, truth bool) int {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)